-------------------* Clickers v2.1 *----------------------
   by Thibaut Chevalier	   moitib_calliope@hotmail.com
----------------------------------------------------------

--- Installation ---

Send Clickers.86p  to your calculator.
To play, run Asm(Clickers from the home screen or from a shell.

--- Playing the Game ---

The purpose of this game is very simple : You have to reconstitute the original picture from 
a blended picture. The picture is divided in 16 squares. There are 3 levels of difficulty,
relative to the length of blending.

--- Keys ---

Arrows : Slide the squares (look at the direction on the right)
 [2nd] : See the original picture
[More] : Menu (new game, shut down, exit...)
[Exit] : Exit
   [+] : Increase contrast
   [-] : Decrease contrast

--- What's new in version 2.1 ? ---

"Complete 100%" fixed.
You can now choose the picture you want to play with.
The pictures are in string format and you can keep only the ones you prefer...
The program detect automatically the pictures you have on the calc, you can see them in the picture selection menu
at the beginning of each new game and select one.

-- How to make a picture for the game ---

There is no level editor at this time so, if you know a little bit asm, you can make a picture by following these instructions:
- The string content 16 sprites (16*16)
  To create, you can use the excel i include in this file (grille16par16) : print it, and draw a picture on it
- Use the file ClStrngC include in the zip. Fill the length of the name and the name.
- You can make the sprites with the sprite editor or directly by setting the bits you want (very longer)
  The order of the sprites is like this : carr(number)
  *-----------*
  | 0| 1| 2| 3|
  *-----------*
  | 4| 5| 6| 7|
  *-----------*
  | 8| 9|10|11|
  *-----------*
  |12|13|14|15|
  *-----------*
- Assemble it, lauch it on your calculator and the string is created !
  Feel free then to send it on ticalc.org in the assembly level section.

- If you draw pictures but you don't know asm, you cand send it to me with the name and i'll create the string for you.
- If someone know a program that convert easily bmp to asm and how to use the code generated, please send it to me !

--- Future versions ---

Perhaps a grayscale version but not sure at all...

--- Thanx to---

- Andreas Finne for his string creation routine
- Jimi Malcolm for his excellent information site about z80 programming (http://guide.ticalc.org)

--- Others ---

I am not responsible if your calculator crashes during the play.
If you have any questions, comments or bugs report, please e-mail me immediately.

